home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / sndoff15.zip / TEST1.BAT < prev    next >
DOS Batch File  |  1992-08-17  |  511b  |  23 lines

  1. @echo off
  2. cls
  3. echo  Damn pesky bee........
  4. soundoff /s 300 900 5 10
  5. soundoff /s 900 300 5 10
  6. soundoff /s 300 900 5 10
  7. soundoff /s 900 300 5 10
  8. cls
  9. echo  Jack ran Up the hill....
  10. soundoff /s 400 800 50 10
  11. echo:
  12. echo  Jill ran Down the hill....
  13. soundoff /s 800 400 50 10
  14. echo:
  15. soundoff /s 1200 500 10 25
  16. echo  Oppps....Jill fell down!
  17. soundoff /s 400 100 50 50
  18. echo:
  19. echo:
  20. echo                      -=[ Pager Mode ]=-
  21. echo                   -=[ Press a key to Stop]=-
  22. soundoff /a 550 100 75
  23.